runtime.gList.head (field)
13 uses
runtime (current package)
mgcmark.go#L307: q := gQueue{list.head, list.head}
mgcmark.go#L308: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3052: for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3059: head := glist.head.ptr()
proc.go#L6001: head guintptr
proc.go#L6006: return l.head == 0
proc.go#L6011: gp.schedlink = l.head
proc.go#L6012: l.head.set(gp)
proc.go#L6018: q.tail.ptr().schedlink = l.head
proc.go#L6019: l.head = q.head
proc.go#L6025: gp := l.head.ptr()
proc.go#L6027: l.head = gp.schedlink
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)